-- card: 6182 from stack: in.6 -- bmap block id: 4269 -- flags: 2000 -- background id: 3411 -- name: Type 4 XCMD ----- HyperTalk script ----- on closeCard lock screen hide cd fld "theList" hide cd pict hide cd btn "OK" unlock screen pass closeCard end closeCard on showButtons show cd btn ID 2 end showButtons on turnOn hide cd fld "theList" hide cd pict pass turnOn end turnOn -- part 2 (button) -- low flags: 80 -- high flags: A003 -- rect: left=225 top=148 right=170 bottom=474 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: "Change" Dialog with Popup ----- HyperTalk script ----- on mouseUp put ",,,,,,[,] where 4 is the type of the external; is the resource ID of the DLOG template; consists of the dialog's first text string; consists of the dialog's second text string (if you want one); is a default text string to appear in a text entry field; is a variable containing the items, separated by commas, that are to appear in the popup menu; is the item NUMBER from your item list that will be initially checked on the popup menu and displayed in the dialog. Once again, the last two parameters, for specifying the location of the dialog, are OPTIONAL. -- part contents for card part 4 ----- text ----- The table below lists some of the ASCII Character,ICON number combinations. ^A = 273 ^N = 286 ^1 = 257 ^B = 274 ^0 = 287 ^2 = 258 ^C = 275 ^P = 288 ^3 = 259 ^D = 276 ^Q = 289 ^4 = 260 ^E = 277 ^R = 288 ^5 = 261 ^F = 278 ^S = 290 ^6 = 262 ^G = 279 ^T = 291 ^7 = 263 ^H = 280 ^U = 292 ^8 = 264 ^I = 281 ^V = 293 ^9 = 265 ^J = 282 ^W = 294 ^K = 283 ^X = 295 ^L = 284 ^Y = 296 ^M = 285 ^Z = 297